docs: fix typo in function name
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:00:31 +0000 (16:00 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:38 +0000 (18:57 -0500)
gtk/gtkwidget.c
gtk/gtkwidget.h

index 61901efacd59d1bf29a8301726860d0995676c08..61c24464c9af186fb6863d80218b9e4dcd7ad41b 100644 (file)
@@ -1763,7 +1763,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    * @widget: the object which received the signal.
    *
    * The ::realize signal is emitted when @widget is associated with a
-   * #GdkWindow, which means that gtk_wiget_realize() has been called or the
+   * #GdkWindow, which means that gtk_widget_realize() has been called or the
    * widget has been mapped (that is, it is going to be drawn).
    */
   widget_signals[REALIZE] =
index 4f00e25bb88cd59d1f0fb348e542a9b0536501f5..fd39a28e03887acc7c05696f0b48ed58028b51f1 100644 (file)
@@ -160,7 +160,7 @@ struct _GtkWidget
  *   means that either it or any of its parents up to the toplevel
  *   widget have been set as hidden.
  * @realize: Signal emitted when widget is associated with a
- *   #GdkWindow, which means that gtk_wiget_realize() has been called or
+ *   #GdkWindow, which means that gtk_widget_realize() has been called or
  *   the widget has been mapped (that is, it is going to be drawn).
  * @unrealize: Signal emitted when the GdkWindow associated with
  *   widget is destroyed, which means that gtk_widget_unrealize() has